home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / ui_inversion.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-25  |  937 b   |  33 lines

  1. /*****************************************************************************
  2.   FILE           : ui_inversion.h
  3.   SHORTNAME      : inversion.h
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : Header file of correspondent '.c' file
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Guenter Mamier 
  10.   DATE           : 29.01.92
  11.  
  12.   CHANGED BY     : Sven Doering
  13.   IDENTIFICATION : @(#)ui_inversion.h    1.10 3/2/94
  14.   SCCS VERSION   : 1.10
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.  
  19. ******************************************************************************/
  20.  
  21. #ifndef _UI_INVERSION_DEFINED_
  22. #define _UI_INVERSION_DEFINED_
  23.  
  24.  
  25. extern void ui_inversion(Widget button, caddr_t call_data);
  26.  
  27. extern int      INVERS_CREATED;       /* TRUE if display exists      */
  28. extern Widget   ui_InvRootWidget;     /* root widget for inversion   */
  29.  
  30. #endif
  31.  
  32. /* 32 lines generated by deleteprivatedefinitions.awk */
  33.